diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/form-list/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/form-list/page.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/[lng]/evcp/(evcp)/form-list/page.tsx b/app/[lng]/evcp/(evcp)/form-list/page.tsx index a6cf7d9e..186976f4 100644 --- a/app/[lng]/evcp/(evcp)/form-list/page.tsx +++ b/app/[lng]/evcp/(evcp)/form-list/page.tsx @@ -9,6 +9,7 @@ import { searchParamsCache } from "@/lib/form-list/validation" import { ItemsTable } from "@/lib/items/table/items-table" import { getFormLists } from "@/lib/form-list/service" import { FormListsTable } from "@/lib/form-list/table/formLists-table" +import { InformationButton } from "@/components/information/information-button" interface IndexPageProps { @@ -34,9 +35,12 @@ export default async function IndexPage(props: IndexPageProps) { <div className="flex items-center justify-between space-y-2"> <div className="flex items-center justify-between space-y-2"> <div> + <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> 레지스터 목록 from S-EDP </h2> + <InformationButton pageCode="evcp/form-list" /> + </div> <p className="text-muted-foreground"> 협력업체 데이터 입력을 위한 레지스터 목록 리스트입니다.{" "} {/* <span className="inline-flex items-center whitespace-nowrap"> |
